SftTree/NET 2.0

ColumnFromPoint Method, SftTree Class

Softel vdm, Inc.

Determines the column given a point in the control's client area.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Function ColumnFromPoint( ByVal searchPoint As Point ) As ColumnClass

C#   

public ColumnClass ColumnFromPoint( Point searchPoint );

C++   

public: ColumnClass^ ColumnFromPoint( Point searchPoint );

searchPoint

Defines the coordinates relative to the top, left corner of the control.

Return Value

The column at the given coordinates.

Comments

The ColumnFromPoint method determines the column given a point in the control's client area.

The point can be located within the item area, header area and footer area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com